home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / game / role / psiband.lha / Psiband107b / edit / e_info.txt < prev    next >
Text File  |  2000-01-09  |  10KB  |  701 lines

  1. # File: e_info.txt
  2.  
  3.  
  4. # This file is used to initialize the "lib/raw/e_info.raw" file, which is
  5. # used to initialize the "ego-item" information for the Angband game.
  6.  
  7. # Do not modify this file unless you know exactly what you are doing,
  8. # unless you wish to risk possible system crashes and broken savefiles.
  9. # After modifying this file, delete the "lib/raw/e_info.raw" file.
  10.  
  11. # The ego-item indexes are defined in "defines.h", and must not be changed.
  12.  
  13. # Ego-items 1-63 are "armor", and 64-127 are "weapons"
  14.  
  15. # Note that every "ego-item" type has a different "index", and can only be
  16. # created from items that belong to a certain "slot" in the equipment, if
  17. # one assumes that "ammo" belongs to an imaginary slot (23).
  18. #
  19. # Note that several "ego-item" types may share the same "textual name",
  20. # such as with "Armor of Resistance" and "Shield of Resistance".
  21.  
  22. ### Added new stuff ###
  23.  
  24. #   Armor and Shields of Resist Poison! No more waiting for poison resistance at 
  25. # 2000'... but Resist Poison does *NOT* occur on Resistance or Elvenkind armor.
  26. #   From OAngband: Helmet of Serenity (resist confusion and sound), Boots of 
  27. # Stability (resist nexus) - and Cloaks of Protection now give shards resist, 
  28. # rather than introduce a new type of cloak.
  29. #   Added ammo brands of Lightning and Acid.
  30. #   Helmet of Brilliance - increases int and wis, telepathy, resistance to psionics.
  31. # "Seeing" and "Infravision" have been combined into one to make room for this...
  32. #   Helmets of the Magi and Lordliness also resist psionics. So do the new helmets
  33. # of Serenity. (Think: something that allows you to keep your mind clear, without 
  34. # confusions and distractions of noise.)
  35. #   Boots of Speed now resist inertia, and the new (from OAngband) Boots of Stability
  36. # have feather-fall as well as resist nexus. Both of these seem logical enough... 
  37.  
  38. # Version stamp (required)
  39.  
  40. V:2.8.3
  41.  
  42.  
  43. ### Body Armor ###
  44.  
  45. N:4:of Resist Acid
  46. X:30:16
  47. W:0:0:0:1000
  48. F:RES_ACID | IGNORE_ACID
  49.  
  50. N:5:of Resist Lightning
  51. X:30:10
  52. W:0:0:0:400
  53. F:RES_ELEC | IGNORE_ELEC
  54.  
  55. N:6:of Resist Fire
  56. X:30:14
  57. W:0:0:0:800
  58. F:RES_FIRE | IGNORE_FIRE
  59.  
  60. N:7:of Resist Cold
  61. X:30:12
  62. W:0:0:0:600
  63. F:RES_COLD | IGNORE_COLD
  64.  
  65. N:8:of Resistance
  66. X:30:20
  67. W:0:0:0:12500
  68. C:0:0:10:0
  69. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  70. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  71.  
  72. # OnePower
  73.  
  74. N:9:of Elvenkind
  75. X:30:25
  76. W:0:0:0:15000
  77. C:0:0:10:3
  78. F:STEALTH | 
  79. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  80. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  81.  
  82. N:10:of Resist Poison
  83. X:30:18
  84. W:0:0:0:1200
  85. F:RES_POIS
  86.  
  87. # OnePower
  88.  
  89. N:11:of Permanence
  90. X:30:30
  91. W:0:0:0:30000
  92. C:0:0:10:0
  93. F:SUST_STR | SUST_DEX | SUST_CON | SUST_INT | SUST_WIS | SUST_CHR | 
  94. F:HOLD_LIFE | RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  95. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  96.  
  97. # 12 (unused)
  98.  
  99. # 13 (unused)
  100.  
  101. # 14 (unused)
  102.  
  103. # 15 (unused)
  104.  
  105.  
  106. ### Shields ###
  107.  
  108. N:16:of Resist Acid
  109. X:32:16
  110. W:0:0:0:1000
  111. F:RES_ACID | IGNORE_ACID
  112.  
  113. N:17:of Resist Lightning
  114. X:32:10
  115. W:0:0:0:400
  116. F:RES_ELEC | IGNORE_ELEC
  117.  
  118. N:18:of Resist Fire
  119. X:32:14
  120. W:0:0:0:800
  121. F:RES_FIRE | IGNORE_FIRE
  122.  
  123. N:19:of Resist Cold
  124. X:32:12
  125. W:0:0:0:600
  126. F:RES_COLD | IGNORE_COLD
  127.  
  128. N:20:of Resistance
  129. X:32:20
  130. W:0:0:0:12500
  131. C:0:0:10:0
  132. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  133. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  134.  
  135. N:21:of Resist Poison
  136. X:32:18
  137. W:0:0:0:1200
  138. F:RES_POIS
  139.  
  140. # 22 (unused)
  141.  
  142. # 23 (unused)
  143.  
  144.  
  145. ### Crowns and Helms ###
  146.  
  147. N:24:of Intelligence
  148. X:33:13
  149. C:0:0:0:2
  150. W:0:0:0:500
  151. F:INT | SUST_INT
  152.  
  153. N:25:of Wisdom
  154. X:33:13
  155. W:0:0:0:500
  156. C:0:0:0:2
  157. F:WIS | SUST_WIS
  158.  
  159. N:26:of Beauty
  160. X:33:8
  161. W:0:0:0:1000
  162. C:0:0:0:4
  163. F:CHR | SUST_CHR
  164.  
  165. # OneAbility
  166.  
  167. N:27:of the Magi
  168. X:33:15
  169. W:0:0:0:7500
  170. C:0:0:0:3
  171. F:INT | SUST_INT | RES_PSI | 
  172. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  173. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  174.  
  175. N:28:of Might
  176. X:33:19
  177. W:0:0:0:2000
  178. C:0:0:0:3
  179. F:STR | DEX | CON | SUST_STR | SUST_DEX | SUST_CON | FREE_ACT | RES_INERT
  180.  
  181. N:29:of Lordliness
  182. X:33:17
  183. W:0:0:0:2000
  184. C:0:0:0:3
  185. F:WIS | CHR | SUST_WIS | SUST_CHR | RES_PSI 
  186.  
  187. N:30:of Seeing
  188. X:33:8
  189. W:0:0:0:1000
  190. C:0:0:0:5
  191. F:SEARCH | RES_BLIND | SEE_INVIS | INFRA
  192.  
  193. N:31:of Brilliance
  194. X:33:30
  195. W:0:0:0:50000
  196. C:0:0:0:5
  197. F:INT | WIS | TELEPATHY | RES_PSI
  198.  
  199. N:32:of Serenity
  200. X:33:12
  201. W:0:0:0:3500
  202. F:RES_CONFU | RES_SOUND | RES_PSI
  203.  
  204. N:33:of Telepathy
  205. X:33:15
  206. W:0:0:0:20000
  207. F:TELEPATHY
  208.  
  209. N:34:of Regeneration
  210. X:33:10
  211. W:0:0:0:1500
  212. F:REGEN
  213.  
  214. N:35:of Teleportation
  215. X:33:0
  216. W:0:0:0:0
  217. F:TELEPORT | LIGHT_CURSE
  218.  
  219. N:36:of Stupidity
  220. X:33:0
  221. C:0:0:0:5
  222. W:0:0:0:0
  223. F:INT | LIGHT_CURSE
  224.  
  225. N:37:of Naivety
  226. X:33:0
  227. C:0:0:0:5
  228. W:0:0:0:0
  229. F:WIS | LIGHT_CURSE
  230.  
  231. N:38:of Ugliness
  232. X:33:0
  233. C:0:0:0:5
  234. W:0:0:0:0
  235. F:CHR | LIGHT_CURSE
  236.  
  237. N:39:of Sickliness
  238. X:33:0
  239. C:0:0:0:5
  240. W:0:0:0:0
  241. F:STR | DEX | CON | LIGHT_CURSE
  242.  
  243.  
  244. ### Cloaks ###
  245.  
  246. N:40:of Protection
  247. X:31:15
  248. W:0:0:0:2500
  249. C:0:0:10:0
  250. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD | RES_SHARD
  251.  
  252. N:41:of Stealth
  253. X:31:10
  254. W:0:0:0:500
  255. C:0:0:0:3
  256. F:STEALTH
  257.  
  258. # OnePower
  259.  
  260. N:42:of Aman
  261. X:31:20
  262. W:0:0:0:4000
  263. C:0:0:20:3
  264. F:STEALTH | 
  265. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  266.  
  267. # 43 (unused)
  268.  
  269. N:44:of Enveloping
  270. X:31:0
  271. W:0:0:0:0
  272. C:10:10:0:0
  273. F:SHOW_MODS | LIGHT_CURSE
  274.  
  275. N:45:of Vulnerability
  276. X:31:0
  277. W:0:0:0:0
  278. C:0:0:50:0
  279. F:AGGRAVATE | LIGHT_CURSE
  280.  
  281. N:46:of Irritation
  282. X:31:0
  283. W:0:0:0:0
  284. C:15:15:0:0
  285. F:AGGRAVATE | SHOW_MODS | LIGHT_CURSE
  286.  
  287. # 47 (unused)
  288.  
  289.  
  290. ### Gloves ###
  291.  
  292. N:48:of Free Action
  293. X:34:11
  294. F:FREE_ACT
  295. W:0:0:0:1000
  296.  
  297. N:49:of Slaying
  298. X:34:17
  299. W:0:0:0:1500
  300. C:5:5:0:0
  301. F:SHOW_MODS
  302.  
  303. N:50:of Agility
  304. X:34:14
  305. W:0:0:0:1000
  306. C:0:0:0:5
  307. F:DEX | HIDE_TYPE
  308.  
  309. N:51:of Power
  310. X:34:22
  311. W:0:0:0:2500
  312. C:5:5:0:5
  313. F:STR | SHOW_MODS | HIDE_TYPE
  314.  
  315. # 52 (unused)
  316.  
  317. # 53 (unused)
  318.  
  319. N:54:of Weakness
  320. X:34:0
  321. W:0:0:0:0
  322. C:0:0:0:10
  323. F:STR | LIGHT_CURSE
  324.  
  325. N:55:of Clumsiness
  326. X:34:0
  327. W:0:0:0:0
  328. C:0:0:0:10
  329. F:DEX | LIGHT_CURSE
  330.  
  331.  
  332. ### Boots ###
  333.  
  334. N:56:of Slow Descent
  335. X:35:7
  336. W:0:0:0:250
  337. F:FEATHER
  338.  
  339. N:57:of Stealth
  340. X:35:16
  341. W:0:0:0:500
  342. C:0:0:0:3
  343. F:STEALTH
  344.  
  345. N:58:of Free Action
  346. X:35:15
  347. W:0:0:0:1000
  348. F:FREE_ACT
  349.  
  350. N:59:of Speed
  351. X:35:25
  352. W:0:0:0:200000
  353. C:0:0:0:10
  354. F:SPEED | HIDE_TYPE | RES_INERT
  355.  
  356. N:60:of Stability
  357. X:35:15
  358. W:0:0:0:2000
  359. F:RES_NEXUS | FEATHER
  360.  
  361. N:61:of Noise
  362. X:35:0
  363. W:0:0:0:0
  364. F:AGGRAVATE | LIGHT_CURSE
  365.  
  366. N:62:of Slowness
  367. X:35:0
  368. W:0:0:0:0
  369. C:0:0:0:5
  370. F:SPEED | LIGHT_CURSE
  371.  
  372. N:63:of Annoyance
  373. X:35:0
  374. W:0:0:0:0
  375. C:0:0:0:10
  376. F:SPEED | AGGRAVATE | LIGHT_CURSE
  377.  
  378.  
  379. ### Weapons ###
  380.  
  381. # OneSustain
  382.  
  383. N:64:(Holy Avenger)
  384. X:24:30
  385. W:0:0:0:20000
  386. C:6:6:4:4
  387. F:WIS | 
  388. F:SLAY_EVIL | SLAY_UNDEAD | SLAY_DEMON | 
  389. F:SEE_INVIS | BLESSED
  390.  
  391. # OneSustain
  392.  
  393. N:65:(Defender)
  394. X:24:25
  395. W:0:0:0:15000
  396. C:4:4:8:4
  397. F:STEALTH | 
  398. F:FREE_ACT | SEE_INVIS | FEATHER | REGEN | 
  399. F:RES_ACID | RES_ELEC | RES_FIRE | RES_COLD | 
  400. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  401.  
  402. # OneAbility
  403.  
  404. N:66:(Blessed)
  405. X:24:20
  406. W:0:0:0:5000
  407. C:0:0:0:3
  408. F:WIS | 
  409. F:BLESSED
  410.  
  411. # 67 (unused)
  412.  
  413. N:68:of Westernesse
  414. X:24:20
  415. W:0:0:0:20000
  416. C:5:5:0:2
  417. F:STR | DEX | CON | 
  418. F:SLAY_ORC | SLAY_TROLL | SLAY_GIANT | 
  419. F:FREE_ACT | SEE_INVIS
  420.  
  421. N:69:of Extra Attacks
  422. X:24:20
  423. W:0:0:0:10000
  424. C:0:0:0:2
  425. F:BLOWS
  426.  
  427. # 70 (unused)
  428.  
  429. # 71 (unused)
  430.  
  431. # The "Elemental" brands (4)
  432.  
  433. N:72:of Acid
  434. X:24:15
  435. W:0:0:0:8000
  436. F:BRAND_ACID | RES_ACID | IGNORE_ACID
  437.  
  438. N:73:of Lightning
  439. X:24:20
  440. W:0:0:0:4500
  441. F:BRAND_ELEC | RES_ELEC | IGNORE_ELEC
  442.  
  443. N:74:of Flame
  444. X:24:20
  445. W:0:0:0:3000
  446. F:BRAND_FIRE | RES_FIRE | IGNORE_FIRE
  447.  
  448. N:75:of Frost
  449. X:24:15
  450. W:0:0:0:2500
  451. F:BRAND_COLD | RES_COLD | IGNORE_COLD
  452.  
  453. # 76 (unused)
  454.  
  455. # 77 (unused)
  456.  
  457. # 78 (unused)
  458.  
  459. # 79 (unused)
  460.  
  461. # The "Slay" brands (8)
  462.  
  463. N:80:of Slay Animal
  464. X:24:18
  465. W:0:0:0:3500
  466. F:SLAY_ANIMAL
  467.  
  468. N:81:of Slay Evil
  469. X:24:18
  470. W:0:0:0:3500
  471. F:SLAY_EVIL
  472.  
  473. N:82:of Slay Undead
  474. X:24:18
  475. W:0:0:0:3500
  476. F:SLAY_UNDEAD
  477.  
  478. N:83:of Slay Demon
  479. X:24:14
  480. W:0:0:0:2500
  481. F:SLAY_DEMON
  482.  
  483. N:84:of Slay Orc
  484. X:24:10
  485. W:0:0:0:2500
  486. F:SLAY_ORC
  487.  
  488. N:85:of Slay Troll
  489. X:24:10
  490. W:0:0:0:2500
  491. F:SLAY_TROLL
  492.  
  493. N:86:of Slay Giant
  494. X:24:14
  495. W:0:0:0:2500
  496. F:SLAY_GIANT
  497.  
  498. N:87:of Slay Dragon
  499. X:24:18
  500. W:0:0:0:3500
  501. F:SLAY_DRAGON
  502.  
  503. # The "Kill" brands (8)
  504.  
  505. N:88:of *Slay Animal*
  506. X:24:20
  507. W:0:0:0:6000
  508. C:0:0:0:2
  509. F:INT | SLAY_ANIMAL | REGEN
  510.  
  511. N:89:of *Slay Evil*
  512. X:24:20
  513. W:0:0:0:5000
  514. C:0:0:0:2
  515. F:WIS | SLAY_EVIL | BLESSED
  516.  
  517. N:90:of *Slay Undead*
  518. X:24:24
  519. W:0:0:0:8000
  520. C:0:0:0:2
  521. F:WIS | SLAY_UNDEAD | SEE_INVIS
  522.  
  523. N:91:of *Slay Demon*
  524. X:24:16
  525. W:0:0:0:4000
  526. C:0:0:0:2
  527. F:INT | SLAY_DEMON
  528.  
  529. N:92:of *Slay Orc*
  530. X:24:14
  531. W:0:0:0:4000
  532. C:0:0:0:2
  533. F:DEX | SLAY_ORC
  534.  
  535. N:93:of *Slay Troll*
  536. X:24:14
  537. W:0:0:0:4000
  538. C:0:0:0:2
  539. F:STR | SLAY_TROLL
  540.  
  541. N:94:of *Slay Giant*
  542. X:24:16
  543. W:0:0:0:4000
  544. C:0:0:0:2
  545. F:STR | SLAY_GIANT
  546.  
  547. N:95:of *Slay* Dragon
  548. X:24:24
  549. W:0:0:0:6000
  550. C:0:0:0:2
  551. F:CON | SLAY_DRAGON | KILL_DRAGON
  552.  
  553. # 96 (unused)
  554.  
  555. # 97 (unused)
  556.  
  557. # 98 (unused)
  558.  
  559. # 99 (unused)
  560.  
  561. N:100:of Digging
  562. X:24:4
  563. W:0:0:0:500
  564. C:0:0:0:5
  565. F:TUNNEL | BRAND_ACID | 
  566. F:IGNORE_ACID | IGNORE_ELEC | IGNORE_FIRE | IGNORE_COLD
  567.  
  568. # 101 (unused)
  569.  
  570. N:102:of Morgul
  571. X:24:0
  572. W:0:0:0:0
  573. C:20:20:10:0
  574. F:SEE_INVIS | AGGRAVATE | HEAVY_CURSE | LIGHT_CURSE
  575.  
  576. # 103 (unused)
  577.  
  578.  
  579. ### Missile Launchers ###
  580.  
  581. N:104:of Accuracy
  582. X:25:10
  583. W:0:0:0:1000
  584. C:15:5:0:0
  585.  
  586. N:105:of Power
  587. X:25:10
  588. W:0:0:0:1000
  589. C:5:15:0:0
  590.  
  591. # 106 (unused)
  592.  
  593. # 107 (unused)
  594.  
  595. N:108:of Extra Might
  596. X:25:20
  597. W:0:0:0:10000
  598. C:5:10:0:2
  599. F:MIGHT
  600.  
  601. N:109:of Extra Shots
  602. X:25:20
  603. C:10:5:0:1
  604. W:0:0:0:10000
  605. F:SHOTS
  606.  
  607. # 110 (unused)
  608.  
  609. # 111 (unused)
  610.  
  611.  
  612. ### Ammo ###
  613.  
  614. N:112:of Slay Animal
  615. X:23:10
  616. W:0:0:0:25
  617. F:SLAY_ANIMAL
  618.  
  619. N:113:of Slay Evil
  620. X:23:10
  621. W:0:0:0:25
  622. F:SLAY_EVIL
  623.  
  624. N:114:of Slay Undead
  625. X:23:10
  626. W:0:0:0:25
  627. F:SLAY_UNDEAD
  628.  
  629. N:115:of Slay Demon
  630. X:23:10
  631. W:0:0:0:15
  632. F:SLAY_DEMON
  633.  
  634. N:116:of Slay Orc
  635. X:23:10
  636. W:0:0:0:15
  637. F:SLAY_ORC
  638.  
  639. N:117:of Slay Troll
  640. X:23:10
  641. W:0:0:0:15
  642. F:SLAY_TROLL
  643.  
  644. N:118:of Slay Giant
  645. X:23:10
  646. W:0:0:0:15
  647. F:SLAY_GIANT
  648.  
  649. N:119:of Slay Dragon
  650. X:23:10
  651. W:0:0:0:35
  652. F:SLAY_DRAGON
  653.  
  654. N:120:of Acid
  655. X:23:10
  656. W:0:0:0:40
  657. F:BRAND_ACID | IGNORE_ACID
  658.  
  659. N:121:of Lightning
  660. X:23:10
  661. W:0:0:0:35
  662. F:BRAND_ELEC | IGNORE_ELEC
  663.  
  664. N:122:of Flame
  665. X:23:10
  666. W:0:0:0:30
  667. F:BRAND_FIRE | IGNORE_FIRE
  668.  
  669. N:123:of Frost
  670. X:23:10
  671. W:0:0:0:25
  672. F:BRAND_COLD | IGNORE_COLD
  673.  
  674. N:124:of Slaying
  675. X:23:5
  676. W:0:0:0:20
  677. C:5:5:0:0
  678.  
  679. N:125:of Backbiting
  680. X:23:0
  681. W:0:0:0:0
  682. C:50:50:0:0
  683. F:LIGHT_CURSE
  684.  
  685. ### Special Broken Items ###
  686.  
  687. # Destroyed Weapon
  688. N:126:(Shattered)
  689. X:24:0
  690. W:0:0:0:0
  691. C:5:5:0:0
  692.  
  693. # Destroyed Body Armor
  694.  
  695. N:127:(Blasted)
  696. X:30:0
  697. W:0:0:0:0
  698. C:0:0:10:0
  699.  
  700.  
  701.